home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000177_news@watsun.cc.columbia.edu _Fri Jun 18 19:48:38 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA15985
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 18 Jun 1999 19:48:38 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA00478
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 18 Jun 1999 19:27:01 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Help: TELNET negotiation in K95
  11. Date: 18 Jun 1999 23:27:00 GMT
  12. Organization: Columbia University
  13. Message-ID: <7kekk4$el$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7keio5$hr3@chronicle.concentric.net>,
  17. R. S. K. <See end of message> wrote:
  18. : I am having difficulties useing K95 as a telnet client to one particular
  19. : server, and am at a loss.  I am posting what I have observed, in the
  20. : hope that someone else has run into this and knows how to correct it.
  21.  
  22. Is this host on the public Internet or behind a firewall?
  23. If on the internet please post the host.domain or IP address and 
  24. port number.
  25.  
  26. : Although K95 (running on NT 4) connects properly to other sites, and
  27. : although I can use a UNIX telnet to connect to the problematic site,
  28. : here is what I observe in K95 (and in other windows-based telnet
  29. : emulators):
  30. : (1) Upon connection, I get the site's initial message, displayed
  31. : correctly, but with LF (Ascii 10) displaying without a CR;  I am
  32. : prompted for a login.  (The CRLF/LF problem is one I'll correct
  33. : once I have the connection problem fixed.)
  34.  
  35. sounds like the host is negotiating BINARY mode.  Or is at least 
  36. using BINARY mode.
  37.  
  38. : (2) I try to type my login ID; the first character echos, and is
  39. : immediately replaced by a capital "N"--at this point, the server
  40. : issues an error indicating my ID wasn't long enough (i.e., the server
  41. : thinks I typed the first letter of my ID and hit Enter);
  42.  
  43. no clue
  44.  
  45. : (3) Step two continues until the number of retries exceeds what
  46. : the server allows, and then the server closes the connection.
  47. : I have already tried several combinations of TELOPT and SET TELNET
  48. : and SET TERM settings; the result always seems to be the same.
  49. : I have already tried using terminal DEBUG to view the raw dialogue,
  50. : but see no telnet options as in the example in the book, although
  51. : I do see highlighted control characters for Ctrl-J, Ctrl-M and
  52. : Ctrl-I, which are just whitespace.  I don't see any indication of
  53. : telnet Do, Dont, will, or wont exchanges in either direction.
  54.  
  55. Are you sure this is a telnet server?
  56.  
  57. What happens if you instruct K95 to use raw mode
  58.  
  59.   SET HOST <host> <port> /RAW
  60.  
  61. : I've observed the exact same effect in other Windoze-based telnet
  62. : clients which LACK the precise control K95 offers, with this site
  63. : and this one only.  However, UNIX telnets (running on SunOS, e.g.)
  64. : connect to the site without any difficulty.  I believe other
  65. : users have experienced a similar effect when they attempt to
  66. : connect from Windoze clients.
  67. : I have only a rudimentary understanding of the TELNET protocol
  68. : itself, but you don't have to frame your reply (if you recognize
  69. : this problem) in baby-talk.  Kermit has such a rich set of control
  70. : options that there must be SOME way I can monitor and correct this
  71. : difficulty--or even accommodate a bug or mistaken assumption in
  72. : the remote site, if that's what this is.
  73. : Thank you for your kind attention.  I hope someone recognizes
  74. : this anomaly and knows what is causing it.
  75.  
  76. I think you will need to provide more information about the host
  77. before we will be able to proceed.
  78.  
  79.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  80.                  The Kermit Project * Columbia University
  81.               612 West 115th St #716 * New York, NY * 10025
  82.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org